﻿2026-07-11T01:24:04.2536476Z ##[group]Run actions/checkout@v5
2026-07-11T01:24:04.2536964Z with:
2026-07-11T01:24:04.2537282Z   repository: SaberMage/spt-core
2026-07-11T01:24:04.2539836Z   token: ***
2026-07-11T01:24:04.2540145Z   ssh-strict: true
2026-07-11T01:24:04.2540440Z   ssh-user: git
2026-07-11T01:24:04.2540748Z   persist-credentials: true
2026-07-11T01:24:04.2541089Z   clean: true
2026-07-11T01:24:04.2541417Z   sparse-checkout-cone-mode: true
2026-07-11T01:24:04.2541782Z   fetch-depth: 1
2026-07-11T01:24:04.2542089Z   fetch-tags: false
2026-07-11T01:24:04.2542450Z   show-progress: true
2026-07-11T01:24:04.2542770Z   lfs: false
2026-07-11T01:24:04.2543106Z   submodules: false
2026-07-11T01:24:04.2543444Z   set-safe-directory: true
2026-07-11T01:24:04.2543802Z env:
2026-07-11T01:24:04.2544144Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-11T01:24:04.2544549Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-11T01:24:04.2544898Z ##[endgroup]
2026-07-11T01:24:04.4374161Z Syncing repository: SaberMage/spt-core
2026-07-11T01:24:04.4375437Z ##[group]Getting Git version info
2026-07-11T01:24:04.4375971Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-11T01:24:04.4735581Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-11T01:24:04.4938450Z git version 2.43.0.windows.1
2026-07-11T01:24:04.4961987Z ##[endgroup]
2026-07-11T01:24:04.4969967Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5dd92365-0e07-409a-b375-6f6effaf6b3f\.gitconfig'
2026-07-11T01:24:04.4983379Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5dd92365-0e07-409a-b375-6f6effaf6b3f' before making global git config changes
2026-07-11T01:24:04.4984408Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:24:04.4988434Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-11T01:24:04.5231016Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-11T01:24:04.5426345Z https://github.com/SaberMage/spt-core
2026-07-11T01:24:04.5451546Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:24:04.5455711Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:24:04.5646912Z HEAD
2026-07-11T01:24:04.5889322Z ##[endgroup]
2026-07-11T01:24:04.5892478Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-11T01:24:04.9518046Z ##[group]Cleaning the repository
2026-07-11T01:24:04.9522020Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-11T01:24:07.3598640Z Removing target/
2026-07-11T01:24:07.3630609Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-11T01:24:07.4536532Z HEAD is now at 2eb1472 Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:24:07.4567941Z ##[endgroup]
2026-07-11T01:24:07.4572363Z ##[group]Disabling automatic garbage collection
2026-07-11T01:24:07.4578506Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-11T01:24:07.4855982Z ##[endgroup]
2026-07-11T01:24:07.4856475Z ##[group]Setting up auth
2026-07-11T01:24:07.4863727Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:24:07.5136282Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-11T01:24:07.9907822Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:24:08.0232667Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-11T01:24:08.4872784Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:24:08.5157705Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-11T01:24:08.9636314Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-11T01:24:08.9978735Z ##[endgroup]
2026-07-11T01:24:08.9979443Z ##[group]Fetching the repository
2026-07-11T01:24:08.9986596Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2eb1472fe221f98d349e86c62fb12267ffc8238f:refs/remotes/pull/83/merge
2026-07-11T01:24:09.7381589Z ##[endgroup]
2026-07-11T01:24:09.7382252Z ##[group]Determining the checkout info
2026-07-11T01:24:09.7383070Z ##[endgroup]
2026-07-11T01:24:09.7389622Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-11T01:24:09.7756966Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-11T01:24:09.8073977Z ##[group]Checking out the ref
2026-07-11T01:24:09.8084602Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/83/merge
2026-07-11T01:24:09.8618610Z HEAD is now at 2eb1472 Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:24:09.8642840Z ##[endgroup]
2026-07-11T01:24:09.8969860Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-11T01:24:09.9259623Z 2eb1472fe221f98d349e86c62fb12267ffc8238f
